Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/v1.0] Fix bug when exporting a predicate name to the schema. #3701

Merged
merged 2 commits into from
Jul 23, 2019

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Jul 22, 2019

This change is fixing #3699 for the 1.0 branch. The logic in this branch
was slightly different. In this case, the brackets are only added if
there's a colon in the predicate name. This logic is also buggy as it
doesn't handle predicate names consisting of only numbers.

The fix is to add the brackets for every predicate name for consistency
and simplicity.


This change is Reviewable

This change is fixing #3699 for the 1.0 branch. The logic in this branch
was slightly different. In this case, the brackets are only added if
there's a colon in the predicate name. This logic is also buggy as it
doesn't handle predicate names consisting of only numbers.

The fix is to add the brackets for every predicate name for consistency
and simplicity.
@martinmr martinmr requested review from manishrjain and a team July 22, 2019 22:13
Copy link
Contributor

@manishrjain manishrjain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: Should this be brought into master?

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Contributor Author

@martinmr martinmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, there's already a PR for that: #3700

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@martinmr martinmr merged commit 7b94f15 into release/v1.0 Jul 23, 2019
@martinmr martinmr deleted the martinmr/export-pred-1.0 branch July 23, 2019 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants